home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineButton2_362 / BUTTONCONDACTION on(rollOut, dragOut).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  324 b   |  11 lines

  1. on(rollOut, dragOut){
  2.    set("_level0/ch_shell/call:colourObject",_target add "/buttonMain");
  3.    set("_level0/ch_shell/call:colourInstance","colour");
  4.    set("_level0/ch_shell/call:methodName","clear");
  5.    call("_level0/ch_shell/call:colourMethod");
  6.    tellTarget("_level50")
  7.    {
  8.       gotoAndStop("off");
  9.    }
  10. }
  11.